home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / update-inetd.postinst < prev    next >
Text File  |  2008-05-03  |  170b  |  12 lines

  1. #! /bin/sh
  2.  
  3. # Abort if any command returns an error value
  4. set -e
  5.  
  6. if [ "$1" = "configure" -o "$1" = "reconfigure" ] ; then
  7.     . /usr/share/debconf/confmodule
  8.     db_capb
  9. fi
  10.  
  11.  
  12.